[PHP]RegEx help with a string

Posted by Uffo on Stack Overflow See other posts from Stack Overflow or by Uffo
Published on 2010-04-10T00:07:31Z Indexed on 2010/04/10 0:13 UTC
Read the original article Hit count: 607

Filed under:
|
|

So I have a random of strings and I need to parse them, let's take an example:

This string - DeleteMe please and some other text

So I want to find DDeleteMe please and some other text and remove it, because all I need is This string

Best Regards,

© Stack Overflow or respective owner

Related posts about php

Related posts about regex